zbus_xml
API to handle D-Bus introspection XML.
Thanks to the org.freedesktop.DBus.Introspectable
interface, objects may be introspected at
runtime, returning an XML string that describes the object.
This crate provides facilities to parse the XML data into more convenient
Rust structures. The XML string may be parsed to a tree with Node::from_reader
.
Status: Stable.